home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Multimedia / VSDC Free Video Converter / video_converter.exe / {cf} / FlashIntegro / Skins / Vista.cjstyles / TEXTFILE / NORMALSILVER_INI < prev    next >
Text (UTF-16)  |  2011-09-07  |  132KB  |  2,422 lines

  1. ;------------------------------------------
  2. ; file: Luna\default.ini
  3. ;------------------------------------------
  4.  
  5. ;--------- Globals -------------------------
  6. [globals]
  7.  
  8. ; global edge colors (redefined in various parts) 
  9. EdgeLightColor      = 241 239 226
  10. EdgeHighLightColor  = 255 255 255
  11. EdgeShadowColor     = 172 168 153
  12. EdgeDkShadowColor   = 113 111 100 
  13. EdgeFillColor       = 236 233 216
  14.  
  15. ;--------- system metrics -------------------------------
  16. [SysMetrics]
  17. ;The system metric colors also effect non-themed controls.
  18.  
  19. ScrollbarWidth = 17
  20. ScrollbarHeight = 17
  21.  
  22. Window = 255 255 255
  23. MenuBar = 240 240 240
  24. Menu = 255 255 255
  25. Background = 50 50 50
  26. Btnface = 240 240 240
  27. Highlight =  178 180 191
  28.  
  29. ActiveCaption = 192 192 192
  30. CaptionText = 92 98 106
  31. InactiveCaption = 255 255 255
  32. InactiveCaptionText = 138 138 138
  33. GradientActiveCaption = 200 200 200
  34. GradientInactiveCaption = 238 239 247
  35. HighlightText = 0 0 0
  36. MenuHilight = 178 180 191
  37. BtnShadow = 160 160 160
  38. GrayText = 171 173 179
  39. BtnHighlight = 255 255 255
  40. DkShadow3d = 100 100 100
  41. Light3d = 227 227 227
  42.  
  43. ;---- don't remove these fonts (must specify to be localizable) ----
  44. CaptionFont = Segoe UI, 9
  45. CaptionBarHeight = 21
  46. SmallCaptionFont = Segoe UI, 9
  47. SMCaptionBarHeight = 17
  48. SMCaptionBarWidth = 17
  49. MenuFont = Tahoma, 8
  50. StatusFont = Tahoma, 8
  51. MsgBoxFont = Tahoma, 8
  52. IconTitleFont = Tahoma, 8
  53.  
  54.  
  55. ;The FlatMenus option allows the author to turn of the 3d border on menus
  56. FlatMenus = true
  57.  
  58. ;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
  59. CssName = cpwebvw.css
  60.  
  61. ;This may allow authors to specify a theme matching XML file.
  62. XmlName = default.xml
  63.  
  64. ; this theme designed for 15-bit color and higher
  65. MinColorDepth = 15
  66.  
  67. ;---------- buttons ---------------------------------
  68. ;Overall button class
  69. [button]
  70.  
  71. ;Normal button
  72. [button.pushbutton]
  73. bgtype = imagefile
  74. SizingMargins = 8, 8, 9, 9
  75. sizingType = Stretch
  76. ContentMargins = 3, 3, 3, 3 
  77. ImageFile = Blue\button.bmp
  78. imageCount = 6
  79. ImageLayout = vertical
  80. TextColor = 0 0 0
  81. FillColorHint = 243 243 239; Average fill color (light beige)
  82. BorderColorHint = 0 60 116; Edge color (dark blue grey)
  83. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  84. MinSize= 10, 5
  85.  
  86. ;Makes text for button grey for the disabled state
  87. [button.pushbutton(disabled)]
  88. TextColor = 161 161 146
  89.  
  90. ;Color hint for default state
  91. [button.pushbutton(defaulted)]
  92. AccentColorHint = 157 187 235; Default state hilite color (blue)
  93.  
  94. ;Checkboxes
  95. [button.checkbox]
  96. bgtype = imagefile
  97. imagelayout=vertical
  98. sizingType = TrueSize
  99. SizingMargins = 0, 0, 0, 0
  100. ContentMargins = 0, 0, 0, 0
  101. imageCount = 12
  102. MirrorImage = false
  103. FillColorHint = 33 161 33; Checkmark color (green)
  104. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  105. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  106.  
  107. ;----- Multiple control sizes for different video adapter resolution settings ----
  108. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  109. TrueSizeScalingType = Dpi
  110. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  111. UniformSizing   = true  ; if you must stretch, do width & height equally
  112. ImageFile1=Blue\CheckBox13.bmp
  113. ImageFile2=Blue\CheckBox16.bmp
  114. ImageFile3=Blue\CheckBox25.bmp
  115. MinDpi1=96
  116. MinDpi2=118
  117. MinDpi3=185 
  118.  
  119. ;Checkboxes can be disabled in various states, so each of the following entries sets the text
  120. ;to grey for the corresponding states.
  121. [button.checkbox(checkeddisabled)]
  122. TextColor = 128 128 128
  123.  
  124. [button.checkbox(uncheckeddisabled)]
  125. TextColor = 128 128 128
  126.  
  127. [button.checkbox(mixeddisabled)]
  128. TextColor = 128 128 128
  129.  
  130. ;Radio buttons
  131. [button.radiobutton]
  132. bgtype = imagefile
  133. imagelayout=vertical
  134. transparent=true
  135. sizingType = TrueSize
  136. SizingMargins = 0, 0, 0, 0
  137. ContentMargins = 0, 0, 0, 0
  138. imageCount = 8
  139. FillColorHint = 33 161 33; Selection dot color (green)
  140. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  141. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  142.  
  143. ;----- Multiple control sizes for different video adapter resolution settings ----
  144. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  145. TrueSizeScalingType = Dpi
  146. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  147. UniformSizing   = true  ; if you must stretch, do width & height equally
  148. ImageFile1=Blue\RadioButton13.bmp
  149. ImageFile2=Blue\RadioButton16.bmp
  150. ImageFile3=Blue\RadioButton25.bmp
  151. MinDpi1=96
  152. MinDpi2=118
  153. MinDpi3=185
  154.  
  155. ;Radio buttons can be disabled in various states, so each of the following entries sets the text
  156. ;to grey for the corresponding states.
  157. [button.radiobutton(checkeddisabled)]
  158. TextColor = 128 128 128
  159.  
  160. [button.radiobutton(uncheckeddisabled)]
  161. TextColor = 128 128 128
  162.  
  163. ;The line enclosing a group of controls
  164. [button.groupbox]
  165. TextColor = 0 0 0
  166. bgtype = imagefile
  167. SizingMargins = 4, 4, 4, 4
  168. sizingType = Tile
  169. ImageFile = Blue\GroupBox.bmp
  170. ;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
  171. ;draw on top of the controls it surrounds)
  172. borderOnly = true
  173. transparent = true
  174. BorderColorHint = 160 160 160; Dark beige edge color
  175. NormalSize = 9999, 9999   ; never source size a groupbox (from IE)
  176.  
  177.  
  178. ;----------- combobox --------------------------------
  179. ;Dropdown controls
  180.  
  181. [Combobox]
  182. BgType = ImageFile
  183. BorderSize = 0
  184. ImageFile = Blue\ComboBox.bmp
  185. SizingMargins = 1, 1, 1, 1
  186.  
  187. [Combobox(Disabled)]
  188. FillColor = 240 240 240
  189. TextColor = 180 180 180
  190. ImageFile = Blue\ComboBoxDisabled.bmp
  191.  
  192. ;The down pointing triangle button
  193. [Combobox.DropDownButton]
  194. BgType  = imagefile
  195. imagelayout = vertical
  196. SizingType  = Stretch
  197. ImageFile = Blue\ComboButton.bmp
  198. SizingMargins = 2, 2, 5, 5
  199. ContentMargins = 0, 0, 1, 0
  200. ImageCount  = 4
  201. GlyphType   = ImageGlyph
  202. GlyphImageFile = Blue\ComboButtonGlyph.bmp
  203. GlyphTransparent= true
  204. FillColorHint = 200 214 251; Average fill color (light blue)
  205. BorderColorHint = 255 255 255; Edge color (white)
  206.  
  207. ;----------- edit --------------------------------
  208. [edit]
  209. BgType  = BorderFill
  210. BorderSize  = 1
  211. FillColor   = 255 255 255 
  212. BorderColor = 130 135 144
  213.  
  214. [edit.edittext(Disabled)]
  215. FillColor   = 235 235 228
  216. TextColor   = 161 161 146
  217.  
  218. [edit.edittext(ReadOnly)]
  219. FillColor   = 235 235 228
  220. TextColor   = 0 0 0
  221.  
  222.  
  223. ;----------- listbox --------------------------------
  224. [Listbox]
  225. BgType  = BorderFill
  226. BorderSize  = 1
  227. FillColor   = 255 255 255 
  228. BorderColor = 130 135 144
  229.  
  230.  
  231. ;--------- Scrollbar -------------------------
  232. [ScrollBar]
  233.  
  234. ;The buttons, both horizontal and vertical in one strip
  235. ; Scrollbar Arrow Buttons
  236. [ScrollBar.ArrowBtn]
  237. BgType  = ImageFile
  238. SizingMargins = 5, 5, 5, 5
  239. ContentMargins = 0, 0, 3, 3
  240. SizingType = Stretch
  241. ImageFile = Blue\ScrollArrows.bmp
  242. ImageCount = 20
  243. ImageLayout = Vertical
  244. GlyphType   = ImageGlyph
  245. GlyphTransparent= True
  246. FillColorHint = 200 214 251; Average fill color (light blue)
  247. BorderColorHint = 255 255 255; Edge color (white)
  248.  
  249.  
  250. ;----- the two sizes of scrollbar arrow glyphs ----
  251. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  252. ;TrueSizeScalingType = size
  253. ;SourceShrink = True
  254. ;TrueSizeStretchMark = 150; start stretching when target exceeds source size by 150%
  255. ;UniformSizing   = true; if you must stretch, do width & height equally
  256. ImageFile1  = Blue\ScrollArrowGlyphsSmall.bmp
  257. ;ImageFile2  = Blue\ScrollArrowGlyphsSmall.bmp
  258. ;MinSize1  = 7, 7
  259. ;MinSize2  = 9, 9 
  260. ;NormalSize = 7, 10
  261.  
  262. ; Scrollbar Thumb (horizontal)
  263. [Scrollbar.ThumbBtnHorz]
  264. BgType  = ImageFile
  265. SizingMargins = 5, 5, 5, 5
  266. ContentMargins = 4, 4, 0, 0
  267. ImageFile = Blue\ScrollThumbHorizontal.bmp
  268. ImageCount  = 5
  269. ImageLayout = Vertical
  270. FillColorHint = 198 213 253; Average fill color (light blue)
  271. BorderColorHint = 255 255 255; Edge color (white)
  272.  
  273.  
  274. ;A visual element in the middle of the scrollbar thumb
  275. [Scrollbar.GripperHorz]
  276. BgType  = ImageFile
  277. SizingType  = TrueSize
  278. ImageFile = Blue\ScrollThumbGripperHorizontal.BMP
  279. imagelayout = vertical
  280. Transparent = True
  281. ImageCount  = 5
  282.  
  283. ; Scrollbar Thumb (vertical)
  284. [Scrollbar.ThumbBtnVert]
  285. BgType  = ImageFile
  286. SizingMargins = 5, 5, 5, 5
  287. ContentMargins = 0, 0, 4, 4
  288. ImageFile = Blue\ScrollThumbVertical.bmp
  289. ImageCount  = 5
  290. ImageLayout = vertical
  291. FillColorHint = 198 213 253; Average fill color (light blue)
  292. BorderColorHint = 255 255 255; Edge color (white)
  293.  
  294. ;A visual element in the middle of the scrollbar thumb
  295. [Scrollbar.GripperVert]
  296. BgType  = ImageFile
  297. SizingType  = TrueSize
  298. ImageFile = Blue\ScrollThumbGripperVertical.BMP
  299. ImageCount  = 5
  300. Transparent = True
  301. ImageLayout = Vertical
  302.  
  303.  
  304. ; Scrollbar Tracks (horizontal)
  305. [Scrollbar.LowerTrackHorz]
  306. BgType  = imagefile
  307. ImageFile = Blue\ScrollShaftHorizontal.bmp
  308. SizingMargins = 0, 0, 1, 1
  309. ImageCount = 5
  310. ImageLayout = Vertical
  311. FillColorHint = 198 213 253; Average fill color (light blue)
  312.  
  313.  
  314. [Scrollbar.UpperTrackHorz]
  315. BgType  = imagefile
  316. ImageFile = Blue\ScrollShaftHorizontal.bmp
  317. SizingMargins = 0, 0, 1, 1
  318. ImageCount = 5
  319. ImageLayout = Vertical
  320. FillColorHint = 198 213 253; Average fill color (light blue)
  321.  
  322. ; Scrollbar Tracks (vertical)
  323. [Scrollbar.LowerTrackVert]
  324. BgType  = imagefile
  325. ImageFile = Blue\ScrollShaftVertical.bmp
  326. SizingMargins = 1, 1, 0, 0
  327. ImageCount = 5
  328. ImageLayout = Vertical
  329. FillColorHint = 198 213 253; Average fill color (light blue)
  330.  
  331. [Scrollbar.UpperTrackVert]
  332. BgType  = imagefile
  333. ImageFile = Blue\ScrollShaftVertical.bmp
  334. SizingMargins = 1, 1, 0, 0
  335. ImageCount = 5
  336. ImageLayout = Vertical
  337. FillColorHint = 198 213 253; Average fill color (light blue)
  338.  
  339. [ScrollBar.SizeBox]
  340. ImageFile = Blue\ResizeGrip2.bmp
  341. bgtype = imagefile
  342. imageCount = 2
  343. sizingType = trueSize
  344. Transparent = True
  345. TransparentColor = 255 0 0
  346. FillColorHint = 184 180 163; Gripper dot color (dark beige)
  347. VAlign = Bottom
  348.  
  349. ;----------- spin --------------------------------
  350. ;Spin buttons for incrementing values in a field
  351. [Spin]
  352. ;Bgtype = imagefile
  353. ;SizingType = tile
  354. ;ImageFile = Blue\FieldOutlineBlue.bmp
  355. ;SizingMargins = 2, 2, 2, 2
  356. ;ImageCount = 1
  357.  
  358. [Spin.Up]
  359. Bgtype = imagefile
  360. SizingType = stretch
  361. ImageFile = Blue\SpinButtonBackgroundUp.bmp
  362. SizingMargins = 3, 3, 3, 2
  363. ContentMargins = 3, 2, 2, 1
  364. ImageCount = 4
  365. ImageLayout = Vertical
  366. GlyphType = ImageGlyph
  367. GlyphImageFile = Blue\SpinUpGlyph.bmp
  368. GlyphTransparent = True
  369. FillColorHint = 200 214 251
  370. BorderColorHint = 255 255 255
  371. TRANSPARENT = true
  372. TRANSPARENTCOLOR = 255 0 255
  373.  
  374. [Spin.Down]
  375. Bgtype = imagefile
  376. SizingType = tile
  377. ImageFile = Blue\SpinButtonBackgroundDown.bmp
  378. SizingMargins = 2, 3, 2, 3
  379. ContentMargins = 3, 2, 1, 2
  380. ImageCount = 4
  381. ImageLayout = Vertical
  382. GlyphType = ImageGlyph
  383. GlyphImageFile = Blue\SpinDownGlyph.bmp
  384. GlyphTransparent = True
  385. FillColorHint = 200 214 251
  386. BorderColorHint = 255 255 255
  387. TRANSPARENT = true
  388. TRANSPARENTCOLOR = 255 0 255
  389.  
  390. [Spin.Uphorz]
  391. Bgtype = imagefile
  392. SizingType = stretch
  393. ImageFile = Blue\SpinButtonBackgroundRight.bmp
  394. SizingMargins = 2, 3, 0, 0
  395. ContentMargins = 0, 0, 0, 0
  396. ImageCount = 4
  397. ImageLayout = Vertical
  398. GlyphType = ImageGlyph
  399. GlyphImageFile = Blue\SpinRightGlyph.bmp
  400. GlyphTransparent = True
  401. FillColorHint = 200 214 251
  402. BorderColorHint = 255 255 255
  403. TRANSPARENT = true
  404. TRANSPARENTCOLOR = 255 0 255
  405.  
  406. [Spin.Downhorz]
  407. Bgtype = imagefile
  408. SizingType = Stretch
  409. ImageFile = Blue\SpinButtonBackgroundLeft.bmp
  410. SizingMargins = 3, 2, 0, 0
  411. ContentMargins = 0, 0, 0, 0
  412. ImageCount = 4
  413. ImageLayout = Vertical
  414. GlyphType = ImageGlyph
  415. GlyphImageFile = Blue\SpinLeftGlyph.bmp
  416. GlyphTransparent = True
  417. FillColorHint = 200 214 251
  418. BorderColorHint = 255 255 255
  419. TRANSPARENT = true
  420. TRANSPARENTCOLOR = 255 0 255
  421.  
  422.  
  423. ;----------- rebar --------------------------------
  424. ;Rebar is a container for toolbars
  425.  
  426. [Rebar]
  427. bgtype =imagefile
  428. sizingtype=stretch
  429. ImageFile = Blue\ToolbarBackground.bmp
  430. sizingmargins= 0, 0, 0, 4
  431. Font                = Tahoma, 8
  432. TextColor           = 127 124 115
  433. FillColorHint = 241 243 239; Background color of toolbars (light beige)
  434.  
  435. [Rebar.Band]
  436. bgtype = none
  437. ContentMargins    = 2, 0, 0, 0
  438. EdgeShadowColor = 216 210 189
  439.  
  440. [Rebar.Gripper]
  441. bgtype = imagefile
  442. SizingMargins   = 2, 1, 4, 2 
  443. ContentMargins    = 2, 1, 0, 0
  444. ImageFile = Blue\ToolbarGripper.bmp
  445. sizingType     = Tile
  446. Transparent     = true
  447. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  448.  
  449. [Rebar.GripperVert]
  450. bgtype = imagefile
  451. SizingMargins = 3, 3, 2, 1
  452. ContentMargins    = 1, 2, 0, 0
  453. ImageFile = Blue\ToolbarGripperVert.bmp
  454. sizingType = Tile
  455. Transparent = true
  456. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  457.  
  458. [Rebar.Chevron]
  459. SizingMargins = 4, 4, 4, 4
  460. ContentMargins = 0, 0, 0, 0
  461. ImageFile = Blue\ToolbarButtons.bmp
  462. bgtype = imagefile
  463. imagelayout = vertical
  464. imageCount= 6
  465. sizingType= Stretch
  466. Transparent = true
  467. GlyphType   = ImageGlyph
  468. GlyphImageFile = Blue\Chevron.bmp
  469. GlyphTransparent= true
  470. VAlign = Top
  471. FillColorHint = 0 0 0; Glyph color (black)
  472.  
  473. [Rebar.ChevronVert]
  474. SizingMargins = 4, 4, 4, 4
  475. ContentMargins = 0, 0, 0, 0
  476. ImageFile = Blue\ToolbarButtons.bmp
  477. bgtype = imagefile
  478. imagelayout = vertical
  479. imageCount= 6
  480. sizingType= Stretch
  481. Transparent = true
  482. GlyphType   = ImageGlyph
  483. GlyphImageFile = Blue\Chevron.bmp
  484. GlyphTransparent= true
  485. VAlign = Top
  486. FillColorHint = 0 0 0; Glyph color (black)
  487.  
  488. ;----------- toolbar--------------------------------
  489. ;Button bars and menu bars in some applicatons
  490.  
  491. [Toolbar]
  492. BgType  = Borderfill
  493. Bordersize  = 0
  494. FillColor   = 236 233 216
  495. TextColor   = 0 0 0
  496.  
  497. [Toolbar(Pressed)]
  498. TextColor= 255 255 255
  499.  
  500. [Toolbar.Button]
  501. SizingMargins = 4, 4, 4, 4
  502. ContentMargins = 0, 0, 0, 0
  503. ImageFile = Blue\ToolbarButtons.bmp
  504. bgtype = imagefile
  505. imagelayout = vertical
  506. imageCount = 6
  507. sizingType = Stretch
  508. Transparent = true
  509. TransparentColor = 255 0 255
  510. FillColorHint = 241 243 239; Average fill color (light beige)
  511. BorderColorHint = 206 206 195; Edge color (dark beige)
  512.  
  513. [Toolbar.Separator]
  514. SizingMargins = 5, 2, 2, 1
  515. ImageFile = Blue\Separator.bmp
  516. bgtype = imagefile
  517. imageCount = 1
  518. sizingType = tile
  519. Transparent = true
  520. TransparentColor = 255 0 0
  521. FillColorHint = 202 198 175; Darker separator color (medium beige)
  522.  
  523. [Toolbar.SeparatorVert]
  524. SizingMargins = 2, 1, 5, 1
  525. ImageFile = Blue\SeparatorVert.bmp
  526. bgtype = imagefile
  527. imageCount = 1
  528. sizingType = tile
  529. Transparent = true
  530. TransparentColor = 255 0 0
  531. FillColorHint = 202 198 175; Darker separator color (medium beige)
  532.  
  533.  
  534. [Toolbar.DropdownButton]
  535. SizingMargins = 4, 4, 4, 4
  536. ContentMargins = 0, 0, 0, 0
  537. ImageFile = Blue\ToolbarButtons.bmp
  538. bgtype = imagefile
  539. imagelayout = vertical
  540. imageCount = 6
  541. sizingType = Stretch
  542. Transparent = true
  543. TransparentColor = 255 0 255
  544. FillColorHint = 241 243 239; Average fill color (light beige)
  545. BorderColorHint = 206 206 195; Edge color (dark beige)
  546.  
  547. [Toolbar.SplitButton]
  548. SizingMargins = 4, 2, 4, 4
  549. ImageFile = Blue\ToolbarButtonsSplit.bmp
  550. bgtype = imagefile
  551. imagelayout = vertical
  552. imageCount = 6
  553. sizingType = Stretch
  554. Transparent = true
  555. TransparentColor = 255 0 255
  556. FillColorHint = 241 243 239; Average fill color (light beige)
  557. BorderColorHint = 206 206 195; Edge color (dark beige)
  558.  
  559. [Toolbar.SplitButtonDropdown]
  560. SizingMargins = 2, 4, 4, 4
  561. ImageFile = Blue\ToolbarButtonsSplitDropdown.bmp
  562. bgtype = imagefile
  563. imagelayout = vertical
  564. imageCount = 6
  565. sizingType = Stretch
  566. Transparent = true
  567. TransparentColor = 255 0 255
  568. GlyphType   = ImageGlyph
  569. GlyphImageFile = Blue\ToolbarButtonsSplitDropdownGlyph.bmp
  570. GlyphTransparent= true
  571. FillColorHint = 241 243 239; Average fill color (light beige)
  572. BorderColorHint = 206 206 195; Edge color (dark beige)
  573.  
  574.  
  575. ;----------- status--------------------------------
  576. ;The area at the bottom of a window containing miscellaneous status info
  577. ;The first is the container for the status sections
  578. [Status]
  579. SizingMargins = 50, 17, 5, 9
  580. ImageFile = Blue\StatusBackground.bmp
  581. bgtype = imagefile
  582. imageCount = 1
  583. sizingType = Tile
  584. FillColorHint = 236 233 216; Average fill color (beige)
  585.  
  586. ;The individual status item backgrounds
  587. [Status.Pane]
  588. SizingMargins = 0, 2, 2, 2
  589. ImageFile = Blue\StatusPane.bmp
  590. bgtype = imagefile
  591. imageCount = 1
  592. sizingType = Tile
  593. Transparent = True
  594. TransparentColor = 255 0 0 
  595.  
  596. ;The individual status item backgrounds
  597. [Status.GripperPane]
  598. bgtype = none
  599.  
  600. ;The resize corner
  601. [Status.Gripper]
  602. ContentMargins=0,0,0,0
  603. ImageFile = Blue\ResizeGrip2.bmp
  604. bgtype = imagefile
  605. imageCount = 2
  606. sizingType = trueSize
  607. Transparent = True
  608. TransparentColor = 255 0 0 
  609. FillColorHint = 184 180 163; Resize gripper dots (dark beige)
  610. VAlign = Bottom
  611.  
  612.  
  613. ;----------- list view --------------------------------
  614. ;Icon, list, details, etc.
  615.  
  616. [ListView]
  617. BgType  = BorderFill
  618. BorderSize  = 1
  619. FillColor   = 255 255 255 
  620. BorderColor = 130 135 144
  621.  
  622.  
  623. ;----------- Tree view --------------------------------
  624.  
  625. [TreeView]
  626. BgType  = BorderFill
  627. BorderSize  = 1
  628. FillColor   = 255 255 255 
  629. BorderColor = 130 135 144
  630.  
  631. [TreeView.Glyph]
  632. bgtype = imagefile
  633. SizingType = TrueSize
  634. imagecount = 2
  635. imageLayout=vertical
  636. ;----- Multiple control sizes for different video adapter resolution settings ----
  637. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  638. TrueSizeScalingType = Dpi
  639. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  640. UniformSizing   = true  ; if you must stretch, do width & height equally
  641. ImageFile1=Blue\treeExpandCollapse.bmp
  642. ImageFile2=Blue\treeExpandCollapse10.bmp
  643. ImageFile3=Blue\treeExpandCollapse15.bmp
  644. MinDpi1=96
  645. MinDpi2=133
  646. MinDpi3=150 
  647.  
  648.  
  649. ;----------- header --------------------------------
  650. ;The area at the top of a list, with clickable headers for sort order
  651.  
  652. [Header]
  653. bgtype = imagefile
  654. SizingMargins = 2, 2, 9, 14
  655. ImageFile = Blue\ListviewHeaderBackground.bmp
  656. sizingType = tile
  657.  
  658. [Header.HeaderItem]
  659. bgtype = imagefile
  660. SizingMargins = 2, 3, 9, 14
  661. ContentMargins = 0, 0, 0, 0
  662. ImageFile = Blue\ListViewHeader.bmp
  663. imageCount=5
  664. imageLayout=vertical
  665. sizingType = Stretch
  666. transparent=true
  667. transparentcolor=255 0 0
  668. FillColorHint = 250 248 243; Average fill color (light beige)
  669. AccentColorHint = 252 194 71; Rollover hilite color (orange)
  670.  
  671.  
  672. ;----------- progress --------------------------------
  673. ;Progress bars
  674.  
  675. [Progress]
  676. BgType = borderFill
  677. BorderColor = 235 235 228
  678. Bordersize = 1
  679. FillColor = 46 211 49
  680. FillType = HorzGradient
  681. ProgressChunkSize = 1
  682. ProgressSpaceSize = 0
  683.  
  684. [Progress.Bar]
  685. Bgtype = imagefile
  686. BorderColorHint = 104 104 104
  687. FillColorHint = 255 255 255
  688. ImageFile = Blue\ProgressTrack.bmp
  689. MinSize = 53, 10
  690. NormalSize = 100, 18
  691. SizingMargins = 2, 2, 2, 2
  692. SizingType = Stretch
  693. SourceShrink = true
  694.  
  695. [Progress.BarVert]
  696. Bgtype = imagefile
  697. BorderColorHint = 104 104 104
  698. FillColorHint = 255 255 255
  699. ImageFile = Blue\ProgressTrackVert.bmp
  700. SizingMargins = 2, 2, 2, 2
  701. SizingType = Stretch
  702.  
  703. [Progress.Chunk]
  704. Bgtype = imagefile
  705. FillColorHint = 46 211 49
  706. ImageFile = Blue\ProgressChunk.bmp
  707. SizingMargins = 4, 4, 2, 2
  708. SizingType = Stretch
  709.  
  710. [Progress.ChunkVert]
  711. Bgtype = imagefile
  712. FillColorHint = 46 211 49
  713. ImageFile = Blue\ProgressChunkVert.bmp
  714. SizingMargins = 2, 2, 4, 4
  715. SizingType = Stretch
  716.  
  717.  
  718. ;----------- tab --------------------------------
  719. [Tab]
  720. bgType = borderFill
  721. fillType = Solid
  722. fillColor = 236 233 216
  723. bordersize = 0
  724.  
  725. ;The whole content area of a tab page
  726. [Tab.Pane]
  727. bgtype = imagefile
  728. ImageFile = Blue\TabPaneEdge.bmp
  729. sizingMargins = 1, 3, 1, 2
  730. SizingType = stretch
  731. imagecount = 1
  732. FillColorHint = 251 251 253; Light tab background color (very light beige)
  733. BorderColorHint = 145 155 156; Edge color (dark grey)
  734.  
  735. [Tab.TabItem]
  736. SizingMargins = 2, 2, 2, 2
  737. ContentMargins = 0, 0, 0, 0
  738. bgtype=imagefile
  739. ImageFile = Blue\tabItem.bmp
  740. imagecount=5
  741. imagelayout=vertical
  742. FillColorHint = 248 248 246; Tab average color (light beige)
  743. BorderColorHint = 145 167 180; Edge color (blue grey)
  744. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  745.  
  746.  
  747. [Tab.TabItemLeftEdge]
  748. SizingMargins = 2, 2, 2, 2
  749. ContentMargins = 0, 0, 0, 0
  750. bgtype=imagefile
  751. ImageFile = Blue\tabItemLeft.bmp
  752. imagecount=5
  753. imagelayout=vertical
  754. FillColorHint = 248 248 246; Tab average color (light beige)
  755. BorderColorHint = 145 167 180; Edge color (blue grey)
  756. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  757.  
  758.  
  759. [Tab.TabItemRightEdge]
  760. SizingMargins = 2, 2, 2, 2
  761. ContentMargins = 0, 0, 0, 0
  762. bgtype=imagefile
  763. ImageFile = Blue\tabItemRight.bmp
  764. imagecount=5
  765. imagelayout=vertical
  766. FillColorHint = 248 248 246; Tab average color (light beige)
  767. BorderColorHint = 145 167 180; Edge color (blue grey)
  768. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  769.  
  770.  
  771. [Tab.TabItemBothEdge]
  772. SizingMargins = 2, 2, 2, 2
  773. ContentMargins = 0, 0, 0, 0
  774. bgtype=imagefile
  775. ImageFile = Blue\tabItemBoth.bmp
  776. imagecount=5
  777. imagelayout=vertical
  778. FillColorHint = 248 248 246; Tab average color (light beige)
  779. BorderColorHint = 145 167 180; Edge color (blue grey)
  780. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  781.  
  782.  
  783. [Tab.TopTabItem]
  784. SizingMargins = 2, 2, 2, 2
  785. ContentMargins = 0, 0, 0, 0
  786. bgtype=imagefile
  787. ImageFile = Blue\tabItemTop.bmp
  788. imagecount=5
  789. imagelayout=vertical
  790. FillColorHint = 248 248 246; Tab average color (light beige)
  791. BorderColorHint = 145 167 180; Edge color (blue grey)
  792. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  793.  
  794.  
  795. [Tab.TopTabItemLeftEdge]
  796. SizingMargins = 2, 2, 2, 2
  797. ContentMargins = 0, 0, 0, 0
  798. bgtype=imagefile
  799. ImageFile = Blue\tabItemTopLeft.bmp
  800. imagecount=5
  801. imagelayout=vertical
  802. FillColorHint = 248 248 246; Tab average color (light beige)
  803. BorderColorHint = 145 167 180; Edge color (blue grey)
  804. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  805.  
  806.  
  807. [Tab.TopTabItemRightEdge]
  808. SizingMargins = 2, 2, 2, 2
  809. ContentMargins = 0, 0, 0, 0
  810. bgtype=imagefile
  811. ImageFile = Blue\tabItemTopRight.bmp
  812. imagecount=5
  813. imagelayout=vertical
  814. FillColorHint = 248 248 246; Tab average color (light beige)
  815. BorderColorHint = 145 167 180; Edge color (blue grey)
  816. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  817.  
  818.  
  819. [Tab.TopTabItemBothEdge]
  820. SizingMargins = 2, 2, 2, 2
  821. ContentMargins = 0, 0, 0, 0
  822. bgtype=imagefile
  823. ImageFile = Blue\tabItemTopBoth.bmp
  824. imagecount=5
  825. imagelayout=vertical
  826. FillColorHint = 248 248 246; Tab average color (light beige)
  827. BorderColorHint = 145 167 180; Edge color (blue grey)
  828. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  829.  
  830.  
  831. [Tab.Body]
  832. bgtype = imagefile
  833. stockImageFile = Blue\TabBackground.bmp
  834. FillColorHint = 251 251 253; Light tab background color (very light beige)
  835.  
  836. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  837. TrueSizeScalingType = Dpi
  838. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  839. ImageFile1=Blue\TabBackground.bmp
  840. ImageFile2=Blue\TabBackground133.bmp
  841. MinDpi1=96
  842. MinDpi2=164
  843.  
  844. ;----------- trackbar --------------------------------
  845. ;Volume sliders, etc.
  846. [TrackBar]
  847. bgType = borderFill
  848. fillType = Solid
  849. fillColor = 235 235 228
  850. bordersize = 1
  851. borderColor = 235 235 228
  852.  
  853. ;The movable part of a horizontal slider (TBS_BOTH style)
  854. [TrackBar.Thumb]
  855. bgtype=imagefile
  856. ImageFile = Blue\TrackbarHorizontal.bmp
  857. imagecount=5
  858. imagelayout = vertical
  859. SizingMargins = 2, 3, 3, 4
  860. sizingtype = stretch
  861. FillColorHint = 243 243 239; Average background color (light beige)
  862. BorderColorHint = 181 196 205; Edge color (blue grey)
  863. AccentColorHint = 71 196 70; Rollover color (green)
  864.  
  865. ;The movable part of a horizontal slider (TBS_TOP style)
  866. [TrackBar.ThumbTop]
  867. bgtype=imagefile
  868. imagecount=5
  869. imagelayout = vertical
  870. transparent=true
  871. sizingtype = truesize
  872. transparentcolor= 242 241 231
  873. FillColorHint = 243 243 239; Average background color (light beige)
  874. BorderColorHint = 181 196 205; Edge color (blue grey)
  875. AccentColorHint = 71 196 70; Rollover color (green)
  876.  
  877.  
  878. ;----- the three sizes ----
  879. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  880. TrueSizeScalingType = Dpi
  881. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  882. UniformSizing   = true  ; if you must stretch, do width & height equally
  883. ImageFile1=Blue\TrackBarUp13.bmp
  884. ImageFile2=Blue\TrackBarUp16.bmp
  885. ImageFile3=Blue\TrackBarUp25.bmp
  886. MinDpi1=96
  887. MinDpi2=118
  888. MinDpi3=185
  889.  
  890.  
  891. ;The movable part of a horizontal slider (TBS_BOTTOM style)
  892. [TrackBar.ThumbBottom]
  893. bgtype=imagefile
  894. imagecount=5
  895. transparent=true
  896. SizingMargins = 3, 6, 6, 10
  897. sizingtype = truesize
  898. transparentcolor= 242 241 231
  899. ImageLayout = vertical
  900. FillColorHint = 243 243 239; Average background color (light beige)
  901. BorderColorHint = 181 196 205; Edge color (blue grey)
  902. AccentColorHint = 71 196 70; Rollover color (green)
  903.  
  904.  
  905. ;----- the three sizes ----
  906. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  907. TrueSizeScalingType = Dpi
  908. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  909. UniformSizing   = true  ; if you must stretch, do width & height equally
  910. ImageFile1=Blue\TrackBarDown13.bmp
  911. ImageFile2=Blue\TrackBarDown16.bmp
  912. ImageFile3=Blue\TrackBarDown25.bmp
  913. MinDpi1=96
  914. MinDpi2=118
  915. MinDpi3=185
  916.  
  917. ;The movable part of a vertical slider (TBS_BOTH style)
  918. [TrackBar.ThumbVert]
  919. bgtype=imagefile
  920. ImageFile = Blue\TrackbarVertical.bmp
  921. SizingMargins = 2, 3, 2, 3
  922. sizingtype = stretch
  923. imagecount=5
  924. ImageLayout = vertical
  925. FillColorHint = 243 243 239; Average background color (light beige)
  926. BorderColorHint = 181 196 205; Edge color (blue grey)
  927. AccentColorHint = 71 196 70; Rollover color (green)
  928.  
  929.  
  930. ;The movable part of a vertical slider (TBS_LEFT style)
  931. [TrackBar.ThumbLeft]
  932. bgtype=imagefile
  933. sizingtype = truesize
  934. imagecount=5
  935. transparent=true
  936. transparentcolor= 242 241 231
  937. ImageLayout = vertical
  938. FillColorHint = 243 243 239; Average background color (light beige)
  939. BorderColorHint = 181 196 205; Edge color (blue grey)
  940. AccentColorHint = 71 196 70; Rollover color (green)
  941.  
  942. ;----- the three sizes ----
  943. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  944. TrueSizeScalingType = Dpi
  945. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  946. UniformSizing   = true  ; if you must stretch, do width & height equally
  947. ImageFile1=Blue\TrackBarLeft13.bmp
  948. ImageFile2=Blue\TrackBarLeft16.bmp
  949. ImageFile3=Blue\TrackBarLeft25.bmp
  950. MinDpi1=96
  951. MinDpi2=118
  952. MinDpi3=185
  953.  
  954. ;The movable part of a vertical slider (TBS_RIGHT style)
  955. [TrackBar.ThumbRight]
  956. bgtype=imagefile
  957. ImageFile = Blue\TrackbarRight13.bmp
  958. sizingtype = truesize
  959. imagecount=5
  960. transparent=true
  961. transparentcolor= 242 241 231
  962. ImageLayout = vertical
  963. FillColorHint = 243 243 239; Average background color (light beige)
  964. BorderColorHint = 181 196 205; Edge color (blue grey)
  965. AccentColorHint = 71 196 70; Rollover color (green)
  966.  
  967.  
  968. ;----- the three sizes ----
  969. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  970. TrueSizeScalingType = Dpi
  971. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  972. UniformSizing   = true  ; if you must stretch, do width & height equally
  973. ImageFile1=Blue\TrackBarRight13.bmp
  974. ImageFile2=Blue\TrackBarRight16.bmp
  975. ImageFile3=Blue\TrackBarRight25.bmp
  976. MinDpi1=96
  977. MinDpi2=118
  978. MinDpi3=185
  979.  
  980. ;The track along which a slidermoves
  981. [TrackBar.Track]
  982. bgtype=imagefile
  983. ImageFile = Blue\sliderTrack.bmp
  984. imagecount=1
  985. sizingtype = stretch
  986. SizingMargins = 2, 2, 2, 2
  987. FillColorHint = 242 241 233
  988. BorderColorHint = 157 156 153
  989.  
  990. ;The vertical track along which a slider moves
  991. [TrackBar.TrackVert]
  992. bgtype=imagefile
  993. ImageFile = Blue\sliderTrack.bmp
  994. imagecount=1
  995. sizingtype = stretch
  996. SizingMargins = 2, 2, 2, 2
  997. FillColorHint = 242 241 233; Background color (light beige)
  998. BorderColorHint = 157 156 153; Edge color (dark grey)
  999.  
  1000. ;Set the color of the tickmarks drawn for the slider
  1001. [TrackBar.Tics]
  1002. color=161 161 146
  1003.  
  1004. ;Set the color of the tickmarks drawn for the vertical slider
  1005. [TrackBar.TicsVert]
  1006. color=161 161 146
  1007.  
  1008.  
  1009.  
  1010.  
  1011. ;----------- tooltip --------------------------------
  1012. ;Set the color or image background for tooltips
  1013. [Tooltip.Close]
  1014. BgType = ImageFile
  1015. ImageFile = Blue\BalloonClose.bmp
  1016. imagecount=3
  1017. sizingtype = truesize
  1018. Imagelayout = vertical
  1019.  
  1020.  
  1021.  
  1022. ;-------------- Windows ------------------------
  1023. [Window]
  1024. BgType = ImageFile
  1025. Transparent = true
  1026.  
  1027. [Window.Caption]
  1028. ImageFile = Silver\FrameCaption.bmp
  1029. SizingMargins = 14, 14, 5, 3
  1030. ContentMargins = 1, 1, 1, 1
  1031. CaptionMargins = 4, 3, 0, 0
  1032. SizingType = stretch
  1033. Imagelayout = vertical
  1034. ImageCount=2
  1035. Transparent = True
  1036. FillColorHint = 0 84 229; Average background color (strong blue)
  1037.  
  1038. [Window.Caption(active)]
  1039. TextShadowType = Single
  1040.  
  1041. [Window.CaptionSizingTemplate]
  1042. ImageFile = Blue\FrameCaptionSizing.bmp
  1043. SizingMargins = 28, 35, 9, 17
  1044. ContentMargins = 18, 18, 26, 0
  1045. SizingType = tile
  1046. Imagelayout = vertical
  1047. ImageCount=2
  1048. Transparent = True
  1049. TransparentColor = 0 0 0
  1050.  
  1051. [Window.SmallCaption]
  1052. ImageFile = Silver\SmallFrameCaption.bmp
  1053. SizingMargins = 24, 37, 3, 15
  1054. ContentMargins = 1, 1, 1, 1
  1055. SizingType = stretch
  1056. Imagelayout = vertical
  1057. ImageCount=2
  1058. FillColorHint = 0 84 229; Average background color (strong blue)
  1059.  
  1060. [Window.SmallCaptionSizingTemplate]
  1061. ImageFile = Blue\SmallFrameCaptionSizing.bmp
  1062. SizingMargins = 24, 37, 9, 8
  1063. ContentMargins = 14, 14, 16, 0
  1064. SizingType = tile
  1065. Imagelayout = vertical
  1066. ImageCount=2
  1067. Transparent = True
  1068. TransparentColor = 0 0 0
  1069.  
  1070. ;The representation of a minimized window in and MDI application
  1071. [Window.MinCaption]
  1072. ImageFile = Silver\FrameCaptionMin.bmp
  1073. ImageCount = 2
  1074. ImageLayout = vertical
  1075. SizingType = stretch
  1076. SizingMargins = 14, 14, 13, 15
  1077. ContentMargins = 3, 3, 0, 3
  1078. CaptionMargins = 4, 3, 0, 0
  1079. FillColorHint = 0 84 229; Average background color (strong blue)
  1080.  
  1081. ;Shows as a strip at the top of a window when an application is maximized, rather than as a frame
  1082. ;surrounding the window
  1083. [Window.MaxCaption]
  1084. ImageFile = Silver\FrameMaximized.bmp
  1085. SizingMargins = 14, 14, 5, 3
  1086. ContentMargins = 1, 1, 1, 1
  1087. CaptionMargins = 4, 3, 0, 0
  1088. SizingType = stretch
  1089. Imagelayout = vertical
  1090. ImageCount=2
  1091. ContentAlignment = left
  1092. FillColorHint = 0 84 229; Average background color (strong blue)
  1093.  
  1094. [Window.MaxCaption(Active)]
  1095. TextShadowType = Single
  1096.  
  1097. [Window.FrameLeft]
  1098. ImageFile = Silver\frameLeft.bmp
  1099. SizingMargins = 2, 1, 0, 0
  1100. SizingType = stretch
  1101. ImageLayout = vertical
  1102. ImageCount = 2
  1103. Transparent = FALSE
  1104. Borderonly = FALSE
  1105.  
  1106. [Window.FrameRight]
  1107. ImageFile = Silver\frameRight.bmp
  1108. SizingMargins = 1, 2, 0, 0
  1109. SizingType = stretch
  1110. ImageLayout = vertical
  1111. ImageCount = 2
  1112. Transparent = FALSE
  1113. Borderonly = FALSE
  1114.  
  1115. [Window.FrameBottom]
  1116. ImageFile = Silver\frameBottom.bmp
  1117. SizingMargins = 4, 4, 1, 2
  1118. SizingType = stretch
  1119. ImageLayout = vertical
  1120. ImageCount = 2
  1121. Transparent = FALSE
  1122. Borderonly = FALSE
  1123.  
  1124. [Window.SmallFrameLeft]
  1125. ImageFile = Silver\frameLeft.bmp
  1126. SizingMargins = 2, 0, 0, 0
  1127. SizingType = stretch
  1128. ImageLayout = vertical
  1129. ImageCount = 2
  1130. Transparent = FALSE
  1131. Borderonly = FALSE
  1132.  
  1133. [Window.SmallFrameRight]
  1134. ImageFile = Silver\frameRight.bmp
  1135. SizingMargins = 0, 2, 0, 0
  1136. SizingType = stretch
  1137. ImageLayout = vertical
  1138. ImageCount = 2
  1139. Transparent = FALSE
  1140. Borderonly = FALSE
  1141.  
  1142. [Window.SmallFrameBottom]
  1143. ImageFile = Silver\frameBottom.bmp
  1144. SizingMargins = 5, 5, 1, 2
  1145. SizingType = stretch
  1146. ImageLayout = vertical
  1147. ImageCount = 2
  1148. Transparent = FALSE
  1149. Borderonly = FALSE
  1150.  
  1151.  
  1152. ;Background for dialog boxes
  1153.  
  1154. [Window.dialog]
  1155. bgType = BorderFill
  1156. FillColor = 236 233 216
  1157. BorderColor = 236 233 216
  1158.  
  1159.  
  1160. ;Close button in Window titlebar
  1161. [Window.CloseButton]
  1162. BgType = ImageFile
  1163. SizingMargins = 5, 5, 5, 5
  1164. ContentMargins = 2, 2, 2, 2
  1165. sizingType = Stretch
  1166. ImageFile = Silver\CloseButton.bmp
  1167. GlyphType   = ImageGlyph
  1168. GlyphTransparent = True
  1169. ImageCount = 8
  1170. ImageLayout = Vertical
  1171. OffsetType = TopRight
  1172. Offset = -25, 5
  1173. FillColorHint = 228 93 61; Close box average color (brick red)
  1174. BorderColorHint = 255 255 255; Edge color (white)
  1175.  
  1176. ;----- glyphs ----
  1177. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1178. UniformSizing   = true  ; if you must stretch, do width & height equally
  1179. ImageFile1=Blue\CloseGlyph.bmp
  1180. ImageFile2=Blue\CloseGlyph.bmp
  1181. ImageFile3=Blue\CloseGlyph.bmp
  1182. ImageFile4=Blue\CloseGlyph19.bmp
  1183. ImageFile5=Blue\CloseGlyph23.bmp
  1184. MinDpi1=96
  1185. MinDpi2=126
  1186. MinDpi3=170
  1187.  
  1188.  
  1189. ;Maximize button in window titlebar
  1190. [Window.MaxButton]
  1191. BgType = ImageFile
  1192. SizingMargins = 5, 5, 5, 5
  1193. ContentMargins = 2, 2, 2, 2
  1194. sizingType = Stretch
  1195. ImageFile = Silver\CaptionButton.bmp
  1196. GlyphType   = ImageGlyph
  1197. GlyphTransparent = True
  1198. ImageCount = 8
  1199. ImageLayout=Vertical
  1200. OffsetType = TopRight
  1201. Offset = -49, 5
  1202. FillColorHint = 74 121 246; Titlebar button color (blue)
  1203. BorderColorHint = 255 255 255; Edge color (white)
  1204.  
  1205. ;----- glyphs ----
  1206. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1207. UniformSizing   = true  ; if you must stretch, do width & height equally
  1208. ImageFile1=Blue\MaximizeGlyph.bmp
  1209. ImageFile2=Blue\MaximizeGlyph.bmp
  1210. ImageFile3=Blue\MaximizeGlyph.bmp
  1211. ImageFile4=Blue\MaximizeGlyph19.bmp
  1212. ImageFile5=Blue\MaximizeGlyph23.bmp
  1213. MinDpi1=96
  1214. MinDpi2=126
  1215. MinDpi3=170
  1216.  
  1217.  
  1218. ;Restore button in window titlebar
  1219. [Window.RestoreButton]
  1220. BgType = ImageFile
  1221. SizingMargins = 5, 5, 5, 5
  1222. ContentMargins = 2, 2, 2, 2
  1223. sizingType = Stretch
  1224. ImageFile = Silver\CaptionButton.bmp
  1225. GlyphType   = ImageGlyph
  1226. GlyphTransparent = True
  1227. ImageCount = 8
  1228. ImageLayout=Vertical
  1229. OffsetType = TopRight
  1230. Offset = -49, 5
  1231. FillColorHint = 74 121 246; Titlebar button color (blue)
  1232. BorderColorHint = 255 255 255; Edge color (white)
  1233.  
  1234. ;----- glyphs ----
  1235. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1236. UniformSizing   = true  ; if you must stretch, do width & height equally
  1237. ImageFile1=Blue\RestoreGlyph.bmp
  1238. ImageFile2=Blue\RestoreGlyph.bmp
  1239. ImageFile3=Blue\RestoreGlyph.bmp
  1240. ImageFile4=Blue\RestoreGlyph19.bmp
  1241. ImageFile5=Blue\RestoreGlyph23.bmp
  1242. MinDpi1=96
  1243. MinDpi2=126
  1244. MinDpi3=170
  1245.  
  1246.  
  1247. ;Minimize button in window titlebar
  1248. [Window.MinButton]
  1249. BgType = ImageFile
  1250. SizingMargins = 5, 5, 5, 5
  1251. ContentMargins = 2, 2, 2, 2
  1252. sizingType = Stretch
  1253. ImageFile = Silver\CaptionButton.bmp
  1254. GlyphType   = ImageGlyph
  1255. GlyphTransparent = True
  1256. ImageCount = 8
  1257. ImageLayout=Vertical
  1258. OffsetType = TopRight
  1259. Offset = -73, 5
  1260. FillColorHint = 74 121 246; Titlebar button color (blue)
  1261. BorderColorHint = 255 255 255; Edge color (white)
  1262.  
  1263. ;----- glyphs ----
  1264. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1265. UniformSizing   = true  ; if you must stretch, do width & height equally
  1266. ImageFile1=Blue\MinimizeGlyph.bmp
  1267. ImageFile2=Blue\MinimizeGlyph.bmp
  1268. ImageFile3=Blue\MinimizeGlyph.bmp
  1269. ImageFile4=Blue\MinimizeGlyph19.bmp
  1270. ImageFile5=Blue\MinimizeGlyph23.bmp
  1271. MinDpi1=96
  1272. MinDpi2=126
  1273. MinDpi3=170
  1274.  
  1275. ;Help button in window titlebar--normally only appears on dialog windows
  1276. [Window.HelpButton]
  1277. BgType = ImageFile
  1278. SizingMargins = 5, 5, 5, 5
  1279. ContentMargins = 2, 2, 2, 2
  1280. sizingType = Stretch
  1281. ImageFile = Silver\CaptionButton.bmp
  1282. GlyphType   = ImageGlyph
  1283. GlyphTransparent = True
  1284. ImageCount = 8
  1285. ImageLayout=Vertical
  1286. OffsetType = TopRight
  1287. Offset = -73, 5
  1288. MirrorImage = true  ; don't remove this (must specify to be localizable)
  1289. FillColorHint = 74 121 246; Titlebar button color (blue)
  1290. BorderColorHint = 255 255 255; Edge color (white)
  1291.  
  1292. ;----- glyphs ----
  1293. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1294. UniformSizing   = true  ; if you must stretch, do width & height equally
  1295. ImageFile1=Blue\HelpGlyph.bmp
  1296. ImageFile2=Blue\HelpGlyph.bmp
  1297. ImageFile3=Blue\HelpGlyph.bmp
  1298. ImageFile4=Blue\HelpGlyph19.bmp
  1299. ImageFile5=Blue\HelpGlyph23.bmp
  1300. MinDpi1=96
  1301. MinDpi2=126
  1302. MinDpi3=170
  1303.  
  1304.  
  1305. ;The Titlebar icon, next to the window title
  1306. [Window.SysButton]
  1307. OffsetType = TopLeft
  1308. Offset = 10, 3
  1309.  
  1310. ;Close button for palette windows
  1311. [Window.SmallCloseButton]
  1312. BgType = ImageFile
  1313. SizingMargins = 3, 3, 3, 3
  1314. ContentMargins = 0, 0, 0, 0
  1315. sizingType = Stretch
  1316. ImageFile = Silver\CloseButton.bmp
  1317. GlyphType   = ImageGlyph
  1318. GlyphImageFile = Silver\SmallCloseGlyph.bmp
  1319. GlyphTransparent = True
  1320. ImageCount = 8
  1321. ImageLayout = Vertical
  1322. OffsetType = TopRight
  1323. Offset = -16, 3
  1324. FillColorHint = 228 93 61; Close box average color (brick red)
  1325. BorderColorHint = 255 255 255; Edge color (white)
  1326.  
  1327. ;Close button for a maximized MDI window
  1328. [Window.MdiCloseButton]
  1329. BgType = ImageFile
  1330. GlyphTransparent = True
  1331. ImageCount = 4
  1332. SizingMargins = 2, 3, 5, 4
  1333. ContentMargins = 0, 0, 0, 0
  1334. BorderColorHint = 118 118 118
  1335. SizingType = Stretch
  1336. ImageLayout = Vertical
  1337. GlyphType = ImageGlyph
  1338. GlyphImageFile = Blue\MDIGlyphClose.bmp
  1339. ImageFile = Blue\MDICaptionButton.bmp
  1340.  
  1341. [Window.MdiMinButton]
  1342. BgType = ImageFile
  1343. GlyphTransparent = True
  1344. ImageCount = 4
  1345. SizingMargins = 2, 3, 5, 4
  1346. ContentMargins = 0, 0, 0, 0
  1347. BorderColorHint = 118 118 118
  1348. SizingType = Stretch
  1349. ImageLayout = Vertical
  1350. GlyphType = ImageGlyph
  1351. GlyphImageFile = Blue\MDIGlyphMinimize.bmp
  1352. ImageFile = Blue\MDICaptionButton.bmp
  1353.  
  1354. [Window.MdiRestoreButton]
  1355. BgType = ImageFile
  1356. GlyphTransparent = True
  1357. ImageCount = 4
  1358. SizingMargins = 2, 3, 5, 4
  1359. ContentMargins = 0, 0, 0, 0
  1360. BorderColorHint = 118 118 118
  1361. SizingType = Stretch
  1362. ImageLayout = Vertical
  1363. GlyphType = ImageGlyph
  1364. GlyphImageFile = Blue\MDIGlyphRestore.bmp
  1365. ImageFile = Blue\MDICaptionButton.bmp
  1366.  
  1367.  
  1368. ;-------------- Start Panel -------------------
  1369. [StartPanel]
  1370. bgtype = none
  1371. DefaultPaneSize = 0, 0, 380, 440
  1372.  
  1373. [StartPanel.UserPane]
  1374. UserPicture         = True
  1375. ImageLayout         = Horizontal
  1376. TextColor           = 255 255 255
  1377. Font                = Franklin Gothic Medium, 14
  1378. DefaultPaneSize     = 0, 0, 380, 64
  1379. BgType              = Imagefile
  1380. Transparent         = True
  1381. ImageFile = Blue\StartUserPanel.bmp
  1382. Imagecount          = 1
  1383. SizingMargins       = 59, 60, 62, 0
  1384. sizingType          = Stretch
  1385. TEXTSHADOWOFFSET= 2, 2
  1386. textshadowcolor     = 9 66 139
  1387. TextShadowType      = continuous
  1388. FillColorHint = 31 113 216; Average background (blue)
  1389.  
  1390.  
  1391. [StartPanel.UserPicture]
  1392. BgType = ImageFile
  1393. ImageFile = Blue\UserTileBackground.bmp
  1394. Imagecount = 1
  1395. SizingType = Stretch
  1396. SizingMargins = 6, 10, 6, 10
  1397. ContentMargins = 8, 6, 8, 6
  1398. Transparent = true
  1399. FillColorHint = 204 214 235; Average Background (light blue grey)
  1400.  
  1401.  
  1402. [StartPanel.ProgList]
  1403. DefaultPaneSize = 0, 0, 190, 306
  1404. ContentMargins  = 6 4 9 5
  1405. TextColor   = 55 55 56 
  1406. HotTracking = 48 112 208
  1407. CaptionText = 128 128 128
  1408. BgType  = ImageFile
  1409. SizingType  = Stretch
  1410. SizingMargins   = 2, 153, 3, 0
  1411. sizingType = Stretch
  1412. ImageFile = Blue\StartPanelMFUBackground.bmp
  1413. imagecount  = 1
  1414. FillColorHint = 204 214 235; Average Background (light blue grey)
  1415.  
  1416.  
  1417. [StartPanel.ProgListSeparator]
  1418. BgType = ImageFile
  1419. SizingType = TrueSize
  1420. ImageFile = Blue\StartProgramsSeparator.bmp
  1421.  
  1422. [StartPanel.MorePrograms]
  1423. DefaultPaneSize = 0, 0, 190, 30
  1424. TextColor           = 55 55 56
  1425. HotTracking         = 48 112 208
  1426. Font                = Tahoma, 8, Bold
  1427. BgType              = ImageFile
  1428. SizingType          = Stretch
  1429. SizingMargins       = 3, 0, 0, 1
  1430.  
  1431. ;  left and right contentmargins should match proglist
  1432. ContentMargins  = 8, 8, 0, 6
  1433. ImageFile = Blue\StartPanelMoreProgBackGround.BMP
  1434. imagecount  = 1
  1435. sizingType = Stretch
  1436.  
  1437. [StartPanel.MoreProgramsArrow]
  1438. BgType  = ImageFile
  1439. SizingType  = TrueSize
  1440. ImageFile = Blue\StartPanelMoreProgArrow.bmp
  1441. ImageCount  = 1
  1442. FillColorHint = 108 207 108; Average color (green)
  1443.  
  1444. [StartPanel.MoreProgramsArrow(hot)]
  1445. BgType  = ImageFile
  1446. SizingType  = TrueSize
  1447. ImageFile = Blue\StartPanelMoreProgArrowHot.bmp
  1448. ImageCount  = 1
  1449. FillColorHint = 107 239 107; Average color (bright green)
  1450.  
  1451.  
  1452. [StartPanel.PlacesList]
  1453. DefaultPaneSize = 0, 0, 190, 336
  1454. ContentMargins  = 4 6 9 5
  1455. TextColor           = 10 36 106
  1456. HotTracking         = 80 150 248
  1457. BgType              = imageFile
  1458. ImageFile = Blue\StartPanelPlacesBackground.bmp
  1459. imagecount = 1
  1460. SizingMargins = 172, 7, 3, 1
  1461. sizingType = Stretch
  1462. FillColorHint = 211 229 250; Background color (light blue)
  1463.  
  1464. [StartPanel.PlacesListSeparator]
  1465. BgType = ImageFile
  1466. SizingType = TrueSize
  1467. ImageFile = Blue\StartPlacesSeparator.bmp
  1468.  
  1469. [StartPanel.Logoff]
  1470. ContentMargins =  0, 0, 4, 2
  1471. DefaultPaneSize = 0, 0, 380, 40
  1472. TextColor   = 255 255 255
  1473. HotTracking = 255 255 255
  1474. bgType = imagefile
  1475. ImageFile = Blue\StartPanelLogoffBackground.bmp
  1476. imagecount = 1
  1477. sizingMargins = 49, 47, 0, 38
  1478. sizingType = Stretch
  1479. FillColorHint = 37 119 223; Background color (lblue)
  1480.  
  1481. ;; note that if you want transparent LogoffButtons they MUST be 32 bit
  1482. ;; images with an alphachanel, not 8 or 24 bit images with a TransparentColor
  1483. [StartPanel.LogoffButtons]
  1484. BgType  = ImageFile
  1485. Transparent = True
  1486. SizingType  = TrueSize
  1487. ImageFile = Blue\StartPanelLogoffButtons.bmp
  1488. ImageCount  = 1
  1489.  
  1490. [StartPanel.LogoffButtons(hot)]
  1491. BgType  = ImageFile
  1492. Transparent = True
  1493. SizingType  = TrueSize
  1494. ImageFile = Blue\StartPanelLogoffButtonsHot.bmp
  1495. ImageCount  = 1
  1496.  
  1497.  
  1498. ;-------------- Taskbar specific --------------
  1499. [Start::Button]
  1500. BgType  = ImageFile
  1501. SizingType  = Stretch
  1502. SizingMargins   = 6, 52, 13, 14
  1503. ContentMargins  = 10, 24, 2, 4
  1504. ImageFile = Blue\StartButton.bmp
  1505. ImageCount  = 3
  1506. ImageLayout = Vertical
  1507. Transparent = True
  1508. Font= Franklin Gothic Medium, 14, italic
  1509. TextColor   = 255 255 255
  1510. TEXTSHADOWOFFSET= 2, 2
  1511. textshadowcolor = 69 76 16
  1512. TextShadowType  = continuous
  1513. FillColorHint = 74 153 73; Average color (green)
  1514.  
  1515. [StartMenu::MenuBand]
  1516. TextColor   = 0 0 0
  1517.  
  1518. [StartMenu::MenuBand(Hot)]
  1519. TextColor   = 255 255 255
  1520.  
  1521. [StartMenu::MenuBand.NewAppButton]
  1522. BgType  = ImageFile
  1523. SizingType  = Stretch
  1524. SizingMargins   = 6, 1, 0, 0
  1525. ContentMargins  = 10, 0, 3, 0
  1526. ImageFile = Blue\StartGroupNewAppButton.bmp
  1527. ImageCount  = 1
  1528. Transparent    = True
  1529. TransparentColor= 255 0 0
  1530. FillcolorHint = 254 234 182; Background newly installed app color (light orange)
  1531.  
  1532. [StartMenu::MenuBand.Seperator]
  1533. BgType  = ImageFile
  1534. SizingType  = Stretch
  1535. SizingMargins   = 6, 1, 3, 0
  1536. ContentMargins  = 10, 0, 3, 0
  1537. ImageFile = Blue\StartGroupSeperator.bmp
  1538. ImageCount  = 1
  1539. Transparent    = True
  1540. TransparentColor= 255 0 0
  1541. FillColorHint = 211 211 200; Separator color (grey)
  1542.  
  1543. [StartMenu::Toolbar]
  1544. BgType  = ImageFile
  1545. ImageFile = Blue\StartGroupBackground.bmp
  1546. SizingType    = Stretch
  1547. SizingMargins    = 6, 5, 3, 4
  1548. ContentMargins    = 0, 0, 0, 0
  1549. Font= Tahoma, 8
  1550. TextColor   = 0 0 0
  1551. FillColorHint = 255 255 255; Background of More Programs menu (white)
  1552. AccentColorHint = 48 127 229; Left edge of More Programs menu (blue)
  1553.  
  1554.  
  1555. [StartMenu::Toolbar(Hot)]
  1556. TextColor   = 255 255 255
  1557.  
  1558. [StartMenu::Toolbar.Button]
  1559. BgType  = ImageFile
  1560. SizingType  = Stretch
  1561. SizingMargins   = 6, 1, 0, 0
  1562. ContentMargins  = 10, 0, 3, 0
  1563. ImageFile = Blue\StartGroupToolbarButton.bmp
  1564. ImageCount  = 3
  1565. ImageLayout    = vertical
  1566. Transparent    = True
  1567. TransparentColor= 255 0 0
  1568. FillColorHint = 22 101 203; Rollover of item on More Programs menu (blue)
  1569.  
  1570.  
  1571. [TaskBar::Toolbar]
  1572. BgType  = None
  1573. Font= Tahoma, 8
  1574. TextColor   = 255 255 255
  1575.  
  1576. [TaskBar::Toolbar.Button]
  1577. BgType  = ImageFile
  1578. SizingType  = Stretch
  1579. SizingMargins   = 8, 3, 18, 8
  1580. ContentMargins  = 0, 0, 4, 4
  1581. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1582. ImageCount  = 6
  1583. ImageLayout = vertical
  1584. Transparent = True
  1585. FillColorHint = 53 122 238; Average background color (blue)
  1586.  
  1587. [TaskBar::Toolbar.DropdownButton]
  1588. BgType  = ImageFile
  1589.  
  1590. SizingType  = Stretch
  1591. SizingMargins   = 8, 3, 18, 8
  1592. ContentMargins  = 2, 0, 4, 4
  1593. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1594. ImageCount  = 6
  1595. ImageLayout = vertical
  1596. Transparent = True
  1597. FillColorHint = 53 122 238; Average background color (blue)
  1598.  
  1599. [TaskBarVert::Toolbar]
  1600. BgType  = None
  1601. Font= Tahoma, 8
  1602. TextColor   = 255 255 255
  1603.  
  1604. [TaskBarVert::Toolbar.Button]
  1605. BgType  = ImageFile
  1606. SizingType  = Stretch
  1607. SizingMargins   = 15, 5, 6, 4
  1608. ContentMargins  = 1, 1, 1, 1
  1609. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1610. ImageCount  = 6
  1611. ImageLayout = vertical
  1612. Transparent = True
  1613. FillColorHint = 53 122 238; Average background color (blue)
  1614.  
  1615. [TaskBarVert::Toolbar.DropdownButton]
  1616. BgType  = ImageFile
  1617. SizingType  = Stretch
  1618. SizingMargins   = 15, 5, 6, 4
  1619. ContentMargins  = 1, 1, 1, 1
  1620. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1621. ImageCount  = 6
  1622. ImageLayout = vertical
  1623. Transparent = True
  1624. FillColorHint = 53 122 238; ; Average background color (blue)
  1625.  
  1626. [TaskBar::Rebar]
  1627. BgType  = None
  1628. Font= Tahoma, 8
  1629. TextColor   = 123 182 232
  1630.  
  1631. [TaskBar::Rebar.Band]
  1632. BgType  = None
  1633.  
  1634. [TaskBar::Rebar.Gripper]
  1635. BgType  = ImageFile
  1636. SizingType  = Tile
  1637. SizingMargins   = 0, 0, 6, 4
  1638. ContentMargins  = 2, 1, 0, 0
  1639. ImageFile = Blue\TaskbarGripper.bmp
  1640. ImageCount  = 1
  1641. Transparent = True
  1642. TransparentColor= 255 0 255
  1643. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1644.  
  1645. [TaskBar::Rebar.GripperVert]
  1646. BgType  = ImageFile
  1647. SizingType  = Tile
  1648. SizingMargins   = 4, 6, 0, 0
  1649. ContentMargins  = 0, 0, 2, 1
  1650. ImageFile = Blue\TaskbarGripperVertical.bmp
  1651. ImageCount  = 1
  1652. Transparent = True
  1653. TransparentColor= 255 0 255
  1654. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1655.  
  1656. [TaskBar::Rebar.Chevron]
  1657. BgType  = ImageFile
  1658. SizingType  = Stretch
  1659. SizingMargins   = 8, 3, 18, 8
  1660. ContentMargins  = 0, 0, 0, 10
  1661. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1662. ImageCount  = 6
  1663. ImageLayout = vertical
  1664. Transparent = True
  1665. GlyphType   = ImageGlyph
  1666. GlyphImageFile = Blue\TaskbarChevron.bmp
  1667. GlyphTransparent= true
  1668. VAlign = Top
  1669. FillColorHint = 6 45 159; Overflow glyph color (baby blue)
  1670.  
  1671. [TaskBar::Rebar.ChevronVert]
  1672. BgType  = ImageFile
  1673. SizingType  = Stretch
  1674. SizingMargins   = 15, 5, 6, 4
  1675. ContentMargins  = 0, 0, 0, 0
  1676. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1677. ImageCount  = 6
  1678. ImageLayout = vertical
  1679. Transparent = True
  1680. GlyphType   = ImageGlyph
  1681. GlyphImageFile = Blue\TaskbarChevronVert.bmp
  1682. GlyphTransparent= true
  1683. FillColorHint = 6 45 159; Overflow glyph color (baby blue)
  1684.  
  1685. [TaskBar.BackgroundBottom]
  1686. BgType  = ImageFile
  1687. SizingType  = Tile
  1688. SizingMargins   = 0, 0, 15, 11
  1689. ImageFile = Blue\TaskbarBackground.bmp
  1690. ImageCount  = 1
  1691. FillColorHint = 36 94 220; Average background color (blue)
  1692.  
  1693. [TaskBar.SizingBarBottom]
  1694. BgType  = ImageFile
  1695. SizingType  = Tile
  1696. ImageFile = Blue\TaskbarSizingBarBottom.bmp
  1697. ImageCount  = 1
  1698. FillColorHint = 50 128 231; Average color (blue)
  1699.  
  1700. [TaskBar.BackgroundLeft]
  1701. BgType  = ImageFile
  1702. SizingType  = Tile
  1703. SizingMargins   = 15, 11, 0, 0
  1704. ImageFile = Blue\TaskbarBackgroundVertical.bmp
  1705. ImageCount  = 1
  1706. FillColorHint = 36 94 220; Average background color (blue)
  1707.  
  1708. [TaskBar.SizingBarLeft]
  1709. BgType  = ImageFile
  1710. SizingType  = Tile
  1711. ImageFile = Blue\TaskbarSizingBarLeft.bmp
  1712. ImageCount  = 1
  1713. FillColorHint = 50 128 231; Average color (blue)
  1714.  
  1715. [TaskBar.BackgroundTop]
  1716. BgType  = ImageFile
  1717. SizingType  = Tile
  1718. SizingMargins   = 0, 0, 15, 11
  1719. ImageFile = Blue\TaskbarBackground.bmp
  1720. ImageCount  = 1
  1721. FillColorHint = 36 94 220; Average background color (blue)
  1722.  
  1723. [TaskBar.SizingBarTop]
  1724. BgType  = ImageFile
  1725. SizingType  = Tile
  1726. ImageFile = Blue\TaskbarSizingBarTop.bmp
  1727. ImageCount  = 1
  1728. FillColorHint = 50 128 231; Average color (blue)
  1729.  
  1730. [TaskBar.BackgroundRight]
  1731. BgType  = ImageFile
  1732. SizingType  = Tile
  1733. SizingMargins   = 11, 13, 0, 0
  1734. ImageFile = Blue\TaskbarBackgroundVertical.bmp
  1735. ImageCount  = 1
  1736. FillColorHint = 36 94 220; Average background color (blue)
  1737.  
  1738. [TaskBar.SizingBarRight]
  1739. BgType  = ImageFile
  1740. SizingType  = Stretch
  1741. ImageFile = Blue\TaskbarSizingBarRight.bmp
  1742. ImageCount  = 1
  1743. FillColorHint = 50 128 231; Average color (blue)
  1744.  
  1745. ;-------------- Taskband specific --------------
  1746. [TaskBand.FlashButton]
  1747. BgType  = ImageFile
  1748. SizingType  = Stretch
  1749. SizingMargins   = 4, 4, 4, 4
  1750. ContentMargins  = 0, 0, 4, 4
  1751. ImageFile = Blue\TaskBandFlashButton.bmp
  1752. ImageCount  = 1
  1753. ImageLayout = vertical
  1754. Transparent = True
  1755. FillColorHint = 56 130 234; Average background color (blue)
  1756. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1757.  
  1758. [TaskBand.FlashButtonGroupMenu]
  1759. BgType  = ImageFile
  1760. SizingType  = Stretch
  1761. SizingMargins   = 4, 4, 4, 4
  1762. ContentMargins  = 0, 0, 4, 4
  1763. ImageFile = Blue\TaskBandFlashButtonGroupMenu.bmp
  1764. ImageCount  = 1
  1765. Transparent = True
  1766. FillColorHint = 56 130 234; Average background color (blue)
  1767. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1768.  
  1769. [TaskBand.GroupCount]
  1770. Font= Tahoma, 8, Bold
  1771. TextColor   = 255 204 109
  1772.  
  1773. [TaskBand::Toolbar]
  1774. BgType  = None
  1775. Font= Tahoma, 8
  1776. TextColor   = 255 255 255
  1777.  
  1778. [TaskBand::Toolbar.Button]
  1779. BgType  = ImageFile
  1780. SizingType  = Stretch
  1781. SizingMargins   = 17, 5, 15, 8
  1782. ContentMargins  = 0, 4, 4, 4
  1783. ImageFile = Blue\TaskBandButton.bmp
  1784. ImageCount  = 6
  1785. ImageLayout = vertical
  1786. Transparent = True
  1787. FillColorHint = 54 127 239
  1788.  
  1789. [TaskBand::Toolbar.DropdownButton]
  1790. BgType  = ImageFile
  1791. SizingType  = Stretch
  1792. SizingMargins   = 17, 5, 15, 8
  1793. ContentMargins  = 0, 4, 4, 4
  1794. ImageFile = Blue\TaskBandButton.bmp
  1795. ImageCount  = 6
  1796. ImageLayout = vertical
  1797. Transparent = True
  1798. FillColorHint = 54 127 239; Average background color (blue)
  1799.  
  1800. [TaskBandVert::Toolbar]
  1801. BgType  = None
  1802. Font= Tahoma, 8
  1803. TextColor   = 255 255 255
  1804.  
  1805. [TaskBandVert::Toolbar.Button]
  1806. BgType  = ImageFile
  1807. SizingType  = Stretch
  1808. SizingMargins   = 16, 7, 12, 6
  1809. ContentMargins  = 0, 4, 4, 4
  1810. ImageFile = Blue\TaskBandButtonVertical.bmp
  1811. ImageCount  = 6
  1812. ImageLayout = vertical
  1813. Transparent = True
  1814. FillColorHint = 54 127 239; Average background color (blue)
  1815.  
  1816. [TaskBandVert::Toolbar.DropdownButton]
  1817. BgType  = ImageFile
  1818. SizingType  = Stretch
  1819. SizingMargins   = 16, 7, 12, 6
  1820. ContentMargins  = 0, 4, 4, 4
  1821. ImageFile = Blue\TaskBandButtonVertical.bmp
  1822. ImageCount  = 6
  1823. ImageLayout = vertical
  1824. Transparent = True
  1825. FillColorHint = 54 127 239; Average background color (blue)
  1826.  
  1827. [TaskBand::ScrollBar.ArrowBtn]
  1828. BgType  = ImageFile
  1829. SizingMargins = 5, 5, 5, 5
  1830. ContentMargins = 0, 0, 0, 0
  1831. SizingType = Stretch
  1832. ImageFile = Blue\TaskbandScrollArrows.bmp
  1833. ImageCount = 20
  1834. ImageLayout = Vertical
  1835. GlyphType   = ImageGlyph
  1836. GlyphImageFile = Blue\TaskBandScrollArrowGlyphs.bmp
  1837. GlyphTransparent = True
  1838. FillColorHint = 25 66 205; Average background color (dark blue)
  1839.  
  1840. [TaskBand::Scrollbar.ThumbBtnHorz]
  1841. BgType  = ImageFile
  1842. SizingMargins = 5, 5, 5, 5
  1843. ContentMargins = 4, 4, 0, 0
  1844. ImageFile = Blue\TaskBandScrollThumbHorizontal.bmp
  1845. ImageCount  = 5
  1846. ImageLayout = Vertical
  1847. FillColorHint = 25 66 205; Average background color (dark blue)
  1848.  
  1849. ;A visual element in the middle of the scrollbar thumb
  1850. [TaskBand::Scrollbar.GripperHorz]
  1851. BgType  = ImageFile
  1852. SizingType  = TrueSize
  1853. ImageFile = Blue\TaskBandScrollThumbGripperHorizontal.BMP
  1854. imagelayout = vertical
  1855. Transparent = True
  1856. ImageCount  = 5
  1857. FillColorHint = 44 96 226; Thumb gripper lighter color (blue)
  1858.  
  1859.  
  1860. ; Scrollbar Thumb (vertical)
  1861. [TaskBand::Scrollbar.ThumbBtnVert]
  1862. BgType  = ImageFile
  1863. SizingMargins = 5, 5, 5, 5
  1864. ContentMargins = 0, 0, 4, 4
  1865. ImageFile = Blue\TaskBandScrollThumbVertical.bmp
  1866. ImageCount  = 5
  1867. ImageLayout = vertical
  1868. FillColorHint = 25 66 205; Average background color (dark blue)
  1869.  
  1870. ;A visual element in the middle of the scrollbar thumb
  1871. [TaskBand::Scrollbar.GripperVert]
  1872. BgType  = ImageFile
  1873. SizingType  = TrueSize
  1874. ImageFile = Blue\TaskBandScrollThumbGripperVertical.BMP
  1875. ImageCount  = 4
  1876. Transparent = True
  1877. ImageLayout = Vertical
  1878. FillColorHint = 44 96 226; Thumb gripper lighter color (blue)
  1879.  
  1880.  
  1881. ; Scrollbar Tracks (horizontal)
  1882. [TaskBand::Scrollbar.LowerTrackHorz]
  1883. BgType  = imagefile
  1884. ImageFile = Blue\TaskBandScrollShaftHorizontal.bmp
  1885. SizingMargins = 0, 0, 1, 1
  1886. ImageCount = 4
  1887. ImageLayout = Vertical
  1888. FillColorHint = 37 90 225; Average background color (blue)
  1889.  
  1890.  
  1891. [TaskBand::Scrollbar.UpperTrackHorz]
  1892. BgType  = imagefile
  1893. ImageFile = Blue\TaskBandScrollShaftHorizontal.bmp
  1894. SizingMargins = 0, 0, 1, 1
  1895. ImageCount = 4
  1896. ImageLayout = Vertical
  1897. FillColorHint = 37 90 225; Average background color (blue)
  1898.  
  1899.  
  1900. ; Scrollbar Tracks (vertical)
  1901. [TaskBand::Scrollbar.LowerTrackVert]
  1902. BgType  = imagefile
  1903. ImageFile = Blue\TaskBandScrollShaftVertical.bmp
  1904. SizingMargins = 1, 1, 0, 0
  1905. ImageCount = 4
  1906. ImageLayout = Vertical
  1907. FillColorHint = 37 90 225; Average background color (blue)
  1908.  
  1909.  
  1910. [TaskBand::Scrollbar.UpperTrackVert]
  1911. BgType  = imagefile
  1912. ImageFile = Blue\TaskBandScrollShaftVertical.bmp
  1913. SizingMargins = 1, 1, 0, 0
  1914. ImageCount = 4
  1915. ImageLayout = Vertical
  1916. FillColorHint = 37 90 225; Average background color (blue)
  1917.  
  1918. ;-------------- Taskband Group Menu specific --------------
  1919. [TaskBandGroupMenu::Toolbar]
  1920. BgType  = ImageFile
  1921. ImageFile = Blue\TaskBandBackground.bmp
  1922. SizingType    = Tile
  1923. SizingMargins    = 3, 3, 3, 3
  1924. ContentMargins    = 9, 0, 0, 0
  1925. Font= Tahoma, 8
  1926. TextColor   = 255 255 255
  1927. FillColorHint = 33 87 213; Average background color (blue)
  1928. AccentColorHint = 255 199 60; Menu top hilite color (orange)
  1929.  
  1930.  
  1931. [TaskBandGroupMenu::Toolbar.Button]
  1932. BgType  = ImageFile
  1933. SizingType  = stretch
  1934. SizingMargins   = 3, 3, 0, 0
  1935. ContentMargins  = 9, 0, 3, 3
  1936. ImageFile = Blue\TaskBandHover.bmp
  1937. ImageCount  = 3
  1938. ImageLayout    = vertical
  1939. Transparent    = True
  1940. AccentColorHint = 79 150 255; Rollover hilite color (blue)
  1941.  
  1942. ;-------------- Tray Notify specific --------------
  1943. [TrayNotify::Toolbar]
  1944. BgType  = None
  1945.  
  1946. [TrayNotify::Toolbar.Button]
  1947. BgType  = None
  1948.  
  1949. [TrayNotifyHoriz::TrayNotify.Background]
  1950. BgType  = ImageFile
  1951. SizingType  = Stretch
  1952. SizingMargins   = 34, 10, 12, 12
  1953. ContentMargins  = 19, 7, 0, 0
  1954. ImageFile = Blue\TaskbarTray.bmp
  1955. ImageCount  = 1
  1956. Transparent = True
  1957. TransparentColor= 255 0 0
  1958. FillColorHint = 13 141 234; Average background color (blue)
  1959.  
  1960. [TrayNotifyHoriz::Button]
  1961. BgType  = ImageFile
  1962. SizingType  = TrueSize
  1963. ImageFile = Blue\TrayChevronHorizontal.bmp
  1964. ImageCount  = 3
  1965. Imagelayout = vertical
  1966. FillColorHint = 56 173 243; Average background color (blue)
  1967.  
  1968. [TrayNotifyHorizOpen::Button]
  1969. BgType  = ImageFile
  1970. SizingType  = TrueSize
  1971. ImageFile = Blue\TrayChevronHorizontalOpen.bmp
  1972. ImageCount  = 3
  1973. Imagelayout = vertical
  1974. FillColorHint = 56 173 243; Average background color (blue)
  1975.  
  1976. [TrayNotifyVert::TrayNotify.Background]
  1977. BgType  = ImageFile
  1978. SizingType  = Stretch
  1979. SizingMargins   = 12, 12, 34, 10
  1980. ContentMargins  = 0, 0, 19, 7
  1981. ImageFile = Blue\TaskbarTrayVertical.bmp
  1982. ImageCount  = 1
  1983. Transparent = True
  1984. TransparentColor= 255 0 0
  1985. FillColorHint = 13 141 234; Average background color (blue)
  1986.  
  1987. [TrayNotifyVert::Button]
  1988. BgType  = ImageFile
  1989. SizingType  = TrueSize
  1990. Transparent = True
  1991. ImageFile = Blue\TrayChevronHorizontal.bmp
  1992. ImageCount  = 3
  1993. Imagelayout = vertical
  1994. FillColorHint = 56 173 243; Average background color (blue)
  1995.  
  1996.  
  1997. [TrayNotifyVertOpen::Button]
  1998. BgType  = ImageFile
  1999. SizingType  = TrueSize
  2000. Transparent = True
  2001. ImageFile = Blue\TrayChevronHorizontalOpen.bmp
  2002. ImageCount  = 3
  2003. Imagelayout = vertical
  2004. FillColorHint = 56 173 243; Average background color (blue)
  2005.  
  2006.  
  2007. [TrayNotify::Clock]
  2008. Font= Tahoma, 8
  2009. TextColor   = 255 255 255
  2010.  
  2011. ;-------------- Application-specific ------------------------
  2012.  
  2013.  
  2014. ;----------- places bar --------------------------------
  2015. ;The places toolbar in the fileopen/save dialog.
  2016. [Placesbar::Toolbar]
  2017. SizingMargins = 4, 4, 4, 4
  2018. ContentMargins = 0, 0, 0, 0
  2019. ImageFile = Blue\PlaceBarBackground.bmp
  2020. bgtype = imagefile
  2021. imageCount = 1
  2022. sizingType = tile
  2023. FillColorHint = 249 248 243; Background color (light beige)
  2024.  
  2025. [Placesbar::Toolbar.Button]
  2026. SizingMargins = 4, 4, 4, 4
  2027. ContentMargins = 0, 0, 4, 2
  2028. ImageFile = Blue\PlaceBarButtons.bmp
  2029. bgtype = imagefile
  2030. imagelayout = vertical
  2031. imageCount = 6
  2032. sizingType = stretch
  2033. transparent = true
  2034. FillColorHint = 255 255 255; Selected color (white)
  2035. BorderColorHint = 122 152 175; Outline color (blue grey)
  2036.  
  2037. ;----------- Explorer (IE) bar --------------------------------
  2038. [ExplorerBar]
  2039. BgType  = BorderFill
  2040. FillType= VertGradient
  2041. GradientRatio1  = 0
  2042. GradientColor1  = 140 170 230
  2043. GradientRatio2  = 255
  2044. GradientColor2  = 100 135 220
  2045. BorderSize  = 0
  2046. ContentMargins  = 12, 12, 12, 12
  2047.  
  2048. [ExplorerBar.HeaderBackground]; Not used in IE 6
  2049. BgType  = ImageFile
  2050. SizingType  = Stretch
  2051. ImageFile = Blue\ExplorerBarHeaderBackground.bmp
  2052. SizingMargins   = 202, 1, 0, 0
  2053. Font= Tahoma, 8, Bold
  2054. TextColor   = 255 255 255
  2055. ContentMargins  = 8, 8, 7, 7
  2056. FillColorHint = 94 135 217; Mid color of gradient (blue)
  2057.  
  2058. [ExplorerBar.HeaderClose]; Not used in IE 6
  2059. BgType  = ImageFile
  2060. SizingType  = TrueSize
  2061. ImageLayout = Vertical
  2062. ImageFile = Blue\ExplorerBarHeaderClose.bmp
  2063. ImageCount  = 3
  2064. Transparent = true
  2065. OffsetType  = TopRight
  2066. Offset  = -4, 4
  2067. FillColorHint = 138 168 229; Close box normal state (blue)
  2068. AccentColorHint = 255 121 95; Close box rollover (brick red)
  2069.  
  2070. [ExplorerBar.HeaderPin]; Not used in IE 6
  2071. BgType  = ImageFile
  2072. SizingType  = TrueSize
  2073. ImageLayout = Vertical
  2074. ImageFile = Blue\ExplorerBarHeaderPin.bmp
  2075. ImageCount  = 6
  2076. Transparent = true
  2077. OffsetType  = TopRight
  2078. Offset  = -6, 4
  2079. FillColorHint = 189 206 239; Average pin color (blue grey)
  2080.  
  2081. [ExplorerBar.IEBarMenu]; Not used in IE 6
  2082. BgType  = ImageFile
  2083. SizingType  = TrueSize
  2084. ImageLayout = Vertical
  2085. ImageFile = Blue\IE_PersonalBarMenu.bmp
  2086. ImageCount  = 3
  2087. Transparent = true
  2088. OffsetType  = TopRight
  2089. Offset  = -3, 1
  2090. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2091. BorderColorHint = 165 187 228; Border of button (blue grey)
  2092.  
  2093. [ExplorerBar.NormalGroupBackground]
  2094. BgType  = ImageFile
  2095. FillColor = 214 223 247
  2096. BorderColor = 255 255 255
  2097. SizingType  = Stretch
  2098. ImageFile = Blue\NormalGroupBackground.bmp
  2099. SizingMargins   = 3, 3, 3, 3
  2100. Font= Tahoma, 8
  2101. TextColor   = 38 92 192
  2102. ContentMargins  = 8, 8, 7, 7
  2103.  
  2104. [ExplorerBar.NormalGroupCollapse]
  2105. BgType  = ImageFile
  2106. SizingType  = TrueSize
  2107. ImageLayout = Vertical
  2108. ImageFile = Blue\NormalGroupCollapse.bmp
  2109. ImageCount  = 3
  2110. Transparent = true
  2111. OffsetType  = TopRight
  2112. Offset  = -3, 1
  2113. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2114. BorderColorHint = 165 187 228; Border of button (blue grey)
  2115.  
  2116. [ExplorerBar.NormalGroupExpand]
  2117. BgType  = ImageFile
  2118. SizingType  = TrueSize
  2119. ImageLayout = Vertical
  2120. ImageFile = Blue\NormalGroupExpand.bmp
  2121. ImageCount  = 3
  2122. Transparent = true
  2123. OffsetType  = TopRight
  2124. Offset  = -3, 1
  2125. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2126. BorderColorHint = 165 187 228; Border of button (blue grey)
  2127.  
  2128. [ExplorerBar.NormalGroupHead]
  2129. BgType  = ImageFile
  2130. SizingType  = Stretch
  2131. ImageFile = Blue\NormalGroupHead.bmp
  2132. SizingMargins   = 3, 106, 3, 1
  2133. Transparent = true
  2134. Font= Tahoma, 8, Bold
  2135. TextColor   = 33 93 198
  2136. ContentMargins  = 8, 8, 7, 7
  2137. FillColorHint = 240 243 251; Lighter side of gradient (very light blue)
  2138.  
  2139. [ExplorerBar.SpecialGroupBackground]
  2140. BgType  = ImageFile
  2141. SizingType  = Stretch
  2142. ImageFile = Blue\SpecialGroupBackground.bmp
  2143. SizingMargins   = 3, 3, 3, 3
  2144. Font= Tahoma, 8
  2145. TextColor   = 38 92 192
  2146. ContentMargins  = 8, 8, 7, 7
  2147. FillColorHint = 239 243 255; Background color (very light blue)
  2148.  
  2149. [ExplorerBar.SpecialGroupCollapse]
  2150. BgType  = ImageFile
  2151. SizingType  = TrueSize
  2152. ImageLayout = Vertical
  2153. ImageFile = Blue\SpecialGroupCollapse.bmp
  2154. ImageCount  = 3
  2155. Transparent = true
  2156. OffsetType  = TopRight
  2157. Offset  = -3, 1
  2158. FillColorHint = 36 89 195; Average background color (dark blue)
  2159. BorderColorHint = 70 114 205; Edge color (dark blue)
  2160.  
  2161.  
  2162. [ExplorerBar.SpecialGroupExpand]
  2163. BgType  = ImageFile
  2164. SizingType  = TrueSize
  2165. ImageLayout = Vertical
  2166. ImageFile = Blue\SpecialGroupExpand.bmp
  2167. ImageCount  = 3
  2168. Transparent = true
  2169. OffsetType  = TopRight
  2170. Offset  = -3, 1
  2171. FillColorHint = 36 89 195; Average background color (dark blue)
  2172. BorderColorHint = 70 114 205; Edge color (dark blue)
  2173.  
  2174.  
  2175. [ExplorerBar.SpecialGroupHead]
  2176. BgType  = ImageFile
  2177. SizingType  = Stretch
  2178. ImageFile = Blue\SpecialGroupHead.bmp
  2179. SizingMargins   = 3, 106, 3, 1
  2180. Transparent = true
  2181. Font= Tahoma, 8, Bold
  2182. TextColor   = 255 255 255
  2183. FillColor = 2 72 178
  2184. ContentMargins  = 8, 8, 7, 7
  2185.  
  2186. [ExplorerBar::Rebar]; Not used in IE6
  2187. bgtype  = imagefile
  2188. sizingtype  = stretch
  2189. ImageFile = Blue\ExplorerBarToolbarBackground.bmp
  2190. sizingmargins   = 0, 0, 0, 4
  2191. Font= Tahoma, 8
  2192. TextColor   = 127 124 115
  2193. FillColorHint = 243 247 253; (very light blue)
  2194.  
  2195. [ExplorerBar::Rebar.Band]; Not used in IE6
  2196. bgtype  = none
  2197. ContentMargins    = 2, 0, 0, 0
  2198.  
  2199. [ExplorerBar::Rebar.Gripper]; Not used in IE6
  2200. bgtype = imagefile
  2201. SizingMargins   = 0, 0, 6, 4
  2202. ContentMargins  = 3, 0, 0, 0
  2203. ImageFile = Blue\Gripper.bmp
  2204. sizingType  = Tile
  2205. Transparent = true
  2206. TransparentColor= 255 0 0
  2207. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  2208.  
  2209. [ExplorerBar::Rebar.GripperVert]; Not used in IE6
  2210. bgtype  = imagefile
  2211. SizingMargins   = 9, 8, 0, 0
  2212. ImageFile = Blue\GripperVert.bmp
  2213. sizingType  = Tile
  2214. Transparent = true
  2215. TransparentColor= 255 0 0
  2216. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  2217.  
  2218. [ExplorerBar::Rebar.Chevron]; Not used in IE6
  2219. SizingMargins   = 4, 4, 4, 4
  2220. ContentMargins  = 0, 0, 0, 0
  2221. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2222. bgtype  = imagefile
  2223. imagelayout = vertical
  2224. imageCount  = 6
  2225. sizingType  = Stretch
  2226. Transparent = true
  2227. GlyphType   = ImageGlyph
  2228. GlyphImageFile = Blue\Chevron.bmp
  2229. GlyphTransparent= true
  2230. VAlign  = Top
  2231. FillColorHint = 0 0 0; Glyph color (black)
  2232.  
  2233. [ExplorerBar::Rebar.ChevronVert]; Not used in IE6
  2234. SizingMargins   = 4, 4, 4, 4
  2235. ContentMargins  = 0, 0, 0, 0
  2236. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2237. bgtype  = imagefile
  2238. imagelayout = vertical
  2239. imageCount  = 6
  2240. sizingType  = Stretch
  2241. Transparent = true
  2242. GlyphType   = ImageGlyph
  2243. GlyphImageFile = Blue\Chevron.bmp
  2244. GlyphTransparent= true
  2245. VAlign  = Top
  2246. FillColorHint = 0 0 0; Glyph color (black)
  2247.  
  2248. [ExplorerBar::Toolbar.Button]; Not used in IE6
  2249. SizingMargins   = 4, 4, 4, 4
  2250. ContentMargins  = 0, 0, 0, 0
  2251. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2252. bgtype  = imagefile
  2253. imagelayout = vertical
  2254. imageCount  = 6
  2255. sizingType  = Stretch
  2256. Transparent = true
  2257. TransparentColor= 255 0 255
  2258. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2259. BorderColorHint = 168 191 234; Edge color (grey blue)
  2260.  
  2261. [ExplorerBar::Toolbar.DropdownButton]; Not used in IE6
  2262. SizingMargins   = 4, 4, 4, 4
  2263. ContentMargins  = 0, 0, 0, 0
  2264. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2265. bgtype  = imagefile
  2266. imagelayout = vertical
  2267. imageCount  = 6
  2268. sizingType  = Stretch
  2269. Transparent = true
  2270. TransparentColor= 255 0 255
  2271. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2272. BorderColorHint = 168 191 234; Edge color (grey blue)
  2273.  
  2274. [ExplorerBar::Toolbar.SplitButton]; Not used in IE6
  2275. SizingMargins   = 4, 2, 4, 4
  2276. ImageFile = Blue\ExplorerBarToolbarButtonsSplit.bmp
  2277. bgtype  = imagefile
  2278. imagelayout = vertical
  2279. imageCount  = 6
  2280. sizingType  = Stretch
  2281. Transparent = true
  2282. TransparentColor= 255 0 255
  2283. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2284. BorderColorHint = 168 191 234; Edge color (grey blue)
  2285.  
  2286. [ExplorerBar::Toolbar.SplitButtonDropdown]; Not used in IE6
  2287. SizingMargins   = 2, 4, 4, 4
  2288. ImageFile = Blue\ExplorerBarToolbarButtonsSplitDropdown.bmp
  2289. bgtype  = imagefile
  2290. imagelayout = vertical
  2291. imageCount  = 6
  2292. sizingType  = Stretch
  2293. Transparent = true
  2294. TransparentColor= 255 0 255
  2295. GlyphType   = ImageGlyph
  2296. GlyphImageFile = Blue\ToolbarButtonsSplitDropdownGlyph.bmp
  2297. GlyphTransparent= true
  2298. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2299. BorderColorHint = 168 191 234; Edge color (grey blue)
  2300.  
  2301. [ExplorerBar::Toolbar.Separator]; Not used in IE6
  2302. SizingMargins   = 5, 2, 2, 1
  2303. ImageFile = Blue\Separator.bmp
  2304. bgtype  = imagefile
  2305. imageCount  = 1
  2306. sizingType  = tile
  2307. Transparent = true
  2308. TransparentColor= 255 0 0
  2309. FillColorHint = 202 198 175; Separator line color (dark beige)
  2310.  
  2311. [ExplorerBar::Toolbar.SeparatorVert]; Not used in IE6
  2312. SizingMargins   = 2, 1, 5, 1
  2313. ImageFile = Blue\SeparatorVert.bmp
  2314. bgtype  = imagefile
  2315. imageCount  = 1
  2316. sizingType  = tile
  2317. Transparent = true
  2318. TransparentColor= 255 0 0
  2319. FillColorHint = 202 198 175; Separator line color (dark beige)
  2320.  
  2321.  
  2322. [Menu]
  2323.  
  2324. [Menu.PopupBackground]
  2325. BorderSize = 4
  2326. SizingMargins = 0, 0, 0, 0
  2327. BgType = ImageFile
  2328. SizingType = Stretch
  2329. ImageFile = Blue\PopupBackground.bmp
  2330.  
  2331. [Menu.PopupBorders]
  2332. SizingMargins = 1, 1, 1, 1
  2333. BgType = ImageFile
  2334. SizingType = Stretch
  2335. ImageFile = Blue\PopupBorders.bmp
  2336.  
  2337. [Menu.PopupGutter]
  2338. SizingMargins = 0, 2, 0, 0
  2339. BgType = ImageFile
  2340. SizingType = Stretch
  2341. ImageFile = Blue\PopupGutter.bmp
  2342.  
  2343. [Menu.PopupSeparator]
  2344. SizingMargins = 0, 0, 3, 1
  2345. BgType = ImageFile
  2346. SizingType = Stretch
  2347. ImageFile = Blue\PopupSeparator.bmp
  2348.  
  2349.  
  2350. [Menu.PopupItem]
  2351. ImageCount = 4
  2352. BorderSize = 20
  2353. SizingMargins = 6, 6, 4, 4
  2354. ContentMargins = 0, 0, 1, 1
  2355. TextColor = 0 0 0
  2356. BgType = ImageFile
  2357. SizingType = Stretch
  2358. ImageLayout = Vertical
  2359. ImageFile = Blue\PopupItem.bmp
  2360.  
  2361. [Menu.PopupItem(Disabled)]
  2362. TextColor = 128 128 128
  2363.  
  2364. [Menu.PopupItem(DisabledHot)]
  2365. TextColor = 128 128 128
  2366.  
  2367.  
  2368. [Menu.PopupCheck]
  2369. ImageCount = 4
  2370. TrueSizeStretchMark = 50
  2371. ContentMargins = 3, 3, 3, 3
  2372. BgType = ImageFile
  2373. SizingType = TrueSize
  2374. ImageLayout = Vertical
  2375. ImageFile = Blue\PopupCheck.bmp
  2376. MirrorImage = False
  2377.  
  2378. [Menu.PopupCheckBackground]
  2379. ImageCount = 3
  2380. SizingMargins = 3, 3, 3, 3
  2381. ContentMargins = 0, 6, 0, 0
  2382. BgType = ImageFile
  2383. SizingType = Stretch
  2384. ImageLayout = Vertical
  2385. ImageFile = Blue\PopupCheckBackground.bmp
  2386.  
  2387. [Menu.PopupSubmenu]
  2388. ImageCount = 2
  2389. ContentMargins = 2, 7, 3, 3
  2390. BgType = ImageFile
  2391. SizingType = TrueSize
  2392. ImageLayout = Vertical
  2393. ImageFile = Blue\PopupSubmenu.bmp
  2394.  
  2395. [Menu.SystemClose]
  2396. ImageCount = 2
  2397. BgType = ImageFile
  2398. SizingType = TrueSize
  2399. ImageLayout = Vertical
  2400. ImageFile = Blue\PopupSystemClose.bmp
  2401.  
  2402. [Menu.SystemMaximize]
  2403. ImageCount = 2
  2404. BgType = ImageFile
  2405. SizingType = TrueSize
  2406. ImageLayout = Vertical
  2407. ImageFile = Blue\PopupSystemMaximize.bmp
  2408.  
  2409. [Menu.SystemMinimize]
  2410. ImageCount = 2
  2411. BgType = ImageFile
  2412. SizingType = TrueSize
  2413. ImageLayout = Vertical
  2414. ImageFile = Blue\PopupSystemMinimize.bmp
  2415.  
  2416. [Menu.SystemRestore]
  2417. ImageCount = 2
  2418. BgType = ImageFile
  2419. SizingType = TrueSize
  2420. ImageLayout = Vertical
  2421. ImageFile = Blue\PopupSystemRestore.bmp
  2422.